#container {
	padding: 10px 5px 5px 0;
	width: 375px;
	height: 600px;
	text-align: center;
	background-color: #333333;
}

h1 {
	font-size: 22px;
	color: white;
}

p {
	font-size: 16px;
	color: white;
}

a{
	color: LightGray;
}